Skip to content

chore(repo): replace stale repository URLs with canonical location (#260) - #291

Merged
karagozemin merged 1 commit into
Sub-Rosa-Issue:mainfrom
Hollujay:chore/fix-stale-repo-urls-260
Aug 31, 2026
Merged

chore(repo): replace stale repository URLs with canonical location (#260)#291
karagozemin merged 1 commit into
Sub-Rosa-Issue:mainfrom
Hollujay:chore/fix-stale-repo-urls-260

Conversation

@Hollujay

Copy link
Copy Markdown

Summary

Closes #260

Package metadata, web navigation, and grant/application documents still referenced the previous personal repository URL (karagozemin/Sub-Rosa) instead of the current organization repository. This replaces those active, user-facing references with the canonical Sub-Rosa-Issue/sub-rosa-issue URL.

  • packages/sdk/package.json and packages/tlock/package.json: repository.url now points to the canonical repo.
  • apps/web/src/pages/LandingPage.tsx: the "GitHub" nav link now points to the canonical repo.
  • docs/CV_LABS_APPLICATION.md and docs/INSTAWARDS_SOW.md: evidence/supporting links (including the architecture doc link) now point to the canonical repo.

Relative documentation links and unrelated prose were left untouched, per the issue's acceptance criteria. No other content was changed.

Test plan

  • grep -rn "karagozemin" across the repo returns no results.
  • pnpm docs:check-links — 42 local links checked, 0 failures (external link checks require outbound network, unavailable in this sandbox).
  • pnpm sdk:typecheck / pnpm web:typecheck — could not run locally (node_modules not installed, no network access in this environment); changes are plain string-literal URL replacements in JSON/Markdown/JSX with no logic or type impact.

Package metadata, the web landing page, and grant/application docs
still pointed at the previous personal repository URL
(karagozemin/Sub-Rosa) instead of the current organization
repository. Replaced active references with the canonical
Sub-Rosa-Issue/sub-rosa-issue URL; relative documentation links and
historical prose were left untouched.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(repo): replace stale repository URLs with the canonical location

3 participants